+2005-01-13 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Add an OS_LINUX conditional.
+
+ * gdk/Makefile.am (TESTS):
+ * gdk-pixbuf/Makefile.am (TESTS):
+ * gtk/Makefile.am (TESTS): Only run abicheck on Linux. (#163917,
+ Roger Leigh)
+
2005-01-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c: (gtk_tree_view_class_init),
+2005-01-13 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Add an OS_LINUX conditional.
+
+ * gdk/Makefile.am (TESTS):
+ * gdk-pixbuf/Makefile.am (TESTS):
+ * gtk/Makefile.am (TESTS): Only run abicheck on Linux. (#163917,
+ Roger Leigh)
+
2005-01-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c: (gtk_tree_view_class_init),
+2005-01-13 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Add an OS_LINUX conditional.
+
+ * gdk/Makefile.am (TESTS):
+ * gdk-pixbuf/Makefile.am (TESTS):
+ * gtk/Makefile.am (TESTS): Only run abicheck on Linux. (#163917,
+ Roger Leigh)
+
2005-01-13 Matthias Clasen <mclasen@redhat.com>
* gtk/gtktreeview.c: (gtk_tree_view_class_init),
esac
AC_MSG_RESULT([$os_win32])
+case $host in
+ *-*-linux*)
+ os_linux=yes
+ ;;
+esac
dnl Initialize libtool
AC_PROG_CC
AM_DISABLE_STATIC
AM_CONDITIONAL(OS_WIN32, test "$os_win32" = "yes")
AM_CONDITIONAL(OS_UNIX, test "$os_win32" != "yes")
+AM_CONDITIONAL(OS_LINUX, test "$os_linux" = "yes")
if test "$os_win32" = "yes"; then
AC_CHECK_PROG(ms_librarian, lib.exe, yes, no)
gdk-pixbuf-alias.h: gdk-pixbuf.symbols
$(PERL) $(srcdir)/makegdkpixbufalias.pl < $(srcdir)/gdk-pixbuf.symbols > gdk-pixbuf-alias.h
-if OS_UNIX
+if OS_LINUX
TESTS = abicheck.sh
endif
gdkalias.h: gdk.symbols
$(PERL) $(srcdir)/makegdkalias.pl < $(srcdir)/gdk.symbols > gdkalias.h
-if OS_UNIX
+if OS_LINUX
TESTS = abicheck.sh
endif
gtkalias.h: gtk.symbols
$(PERL) $(srcdir)/makegtkalias.pl < $(srcdir)/gtk.symbols > gtkalias.h
-if OS_UNIX
+if OS_LINUX
TESTS = abicheck.sh
endif